home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / rockridge / betaclasses / ImageNotFoundException.java < prev    next >
Encoding:
Text File  |  1995-11-13  |  128 b   |  7 lines

  1. class ImageNotFoundException extends Exception {
  2.     ImageNotFoundException(ImageProducer source) {
  3.     super(source+"");
  4.     }
  5. }
  6.  
  7.